home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global mycursor
- set the colorDepth to 8
- set mycursor to [1, 2]
- set the visible of sprite 15 to 0
- set the visible of sprite 16 to 0
- set the visible of sprite 17 to 0
- set the visible of sprite 18 to 0
- set the visible of sprite 19 to 0
- set the visible of sprite 20 to 0
- end
-
- on idle
- end
-
- on resetit
- set a to 0
- set the timeoutScript to "nothing"
- puppetSprite(30, 0)
- puppetSprite(31, 0)
- puppetSprite(32, 0)
- puppetSprite(33, 0)
- puppetSprite(34, 0)
- puppetSprite(35, 0)
- puppetSprite(36, 0)
- puppetSprite(37, 0)
- puppetSprite(38, 0)
- puppetSprite(39, 0)
- puppetSprite(40, 0)
- puppetSprite(41, 0)
- set the visible of sprite 15 to 0
- set the visible of sprite 16 to 0
- set the visible of sprite 17 to 0
- set the visible of sprite 18 to 0
- set the visible of sprite 19 to 0
- set the visible of sprite 20 to 0
- updateStage()
- end
-
- on rollme
- global mycursor
- repeat with a = 30 to 41
- if rollOver(a) then
- puppetSprite(a, 1)
- set old to the castNum of sprite a
- set the castNum of sprite a to old + 1
- set the visible of sprite (a - 20) to 1
- set the cursor of sprite a to mycursor
- updateStage()
- repeat while rollOver(a)
- go(the frame)
- if the mouseDown then
- sound playFile 1, "NOISE.AIF"
- repeat while the mouseDown
- if a < 30 then
- set the castNum of sprite a to old
- set the visible of sprite (a - 20) to 0
- updateStage()
- beep()
- puppetSprite(a, 0)
- end if
- end repeat
- exit
- exit repeat
- end if
- end repeat
- set the castNum of sprite a to old
- set the visible of sprite (a - 20) to 0
- puppetSprite(a, 0)
- updateStage()
- end if
- end repeat
- end
-
- on Gothere
- sound fadeOut 1, 2 * 60
- go("main2")
- end
-
- on gothere2
- set the timeoutScript to "nothing"
- go("internet")
- end
-